home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / simst35.zip / INSTALL._D2 / BANNER.SCR < prev    next >
Text File  |  1994-09-26  |  29KB  |  648 lines

  1. ON ESC GOTO FINISH;
  2.  
  3. SET COLOR BLACK ON CYAN;
  4. IF $MONO SET COLOR BLACK ON LIGHTGRAY;
  5. CLS;
  6. BOX
  7. The BANNER v1.0 addin program enables you to
  8. produce persentation quality tables and
  9. stub-&-banners.  It can display crosstabulation
  10. tables to analyze the distribution of responses
  11. according to one or several independent variables.
  12. ENDBOX;
  13.  
  14. BOX
  15. BANNER v1.0 offers various options to specify the
  16. content of the tables and their final appearance.
  17. ENDBOX;
  18.  
  19. ECHO
  20. Page 5
  21.  
  22. BANNER: Q3 - Why did you come here?
  23.  
  24. ┌─────────────────────┬───────────────────┐
  25. │                     │ Sex of respondent │   
  26. │                     ├───────────────────┤
  27. │                Freq │                   │   
  28. │             Col Pct │    MALE    FEMALE │   
  29. ├─────────────────────┼───────────────────┤
  30. │ View exhibits       │      33         9 │ 
  31. │                     │   63.5%     20.5% │ 
  32. │ Purchase gifts      │       9         9 │ 
  33. │                     │   17.3%     20.5% │ 
  34. │ Enjoy activities    │      10         9 │ 
  35. │                     │   19.2%     20.5% │ 
  36. │ Support Association │       .         9 │ 
  37. │                     │             20.5% │ 
  38. │ Get new ideas       │       .         8 │ 
  39. │                     │             18.2% │ 
  40. └─────────────────────┴───────────────────┘
  41. --------------------------------------------------------------------------------
  42. ENDECHO;
  43.  
  44. BOX COL 45
  45. The following table presents
  46. the distribution of responses
  47. according to the sex of the
  48. respondent.  The table includes
  49. the frequency and the column
  50. percent.
  51. ENDBOX;
  52.  
  53. BOX COL 45
  54. It is also possible to
  55. obtain percentages on
  56. lines or on the total
  57. number of respondents.
  58. ENDBOX;
  59.  
  60. ECHO
  61. Page 6
  62.  
  63. BANNER: Q3 - Why did you come here?
  64.  
  65. ┌─────────────────────┬───────────────────┬─────────────────────────────────────
  66. │                     │ Sex of respondent │                           Household
  67. │                     ├───────────────────┼─────────────────────────────────────
  68. │                     │                   │    less   $10,000   $15,000   $20,00
  69. │                Freq │                   │    than        to        to        t
  70. │             Col Pct │    MALE    FEMALE │ $10,000   $14,999   $19,999   $24,99
  71. ├─────────────────────┼───────────────────┼─────────────────────────────────────
  72. │ View exhibits       │      33         9 │       2         2        10        1
  73. │                     │   63.5%     20.5% │   22.2%     12.5%     50.0%     58.3
  74. │ Purchase gifts      │       9         9 │       5         .         5
  75. │                     │   17.3%     20.5% │   55.6%               25.0%      8.3
  76. │ Enjoy activities    │      10         9 │       1         7         .
  77. │                     │   19.2%     20.5% │   11.1%     43.8%               29.2
  78. │ Support Association │       .         9 │       1         3         1
  79. │                     │             20.5% │   11.1%     18.8%      5.0%      4.2
  80. │ Get new ideas       │       .         8 │       .         4         4
  81. │                     │             18.2% │             25.0%     20.0%
  82. └─────────────────────┴───────────────────┴─────────────────────────────────────
  83. --------------------------------------------------------------------------------
  84. ENDECHO;
  85.  
  86. BOX COL 3 ROW 18
  87. Here is a table similar to the previous one
  88. but that combines data obtained from two
  89. different independent variables, the sex of
  90. the respondent and his revenue category.
  91. ENDBOX;
  92.  
  93. BOX
  94. A table can contain up to
  95. 20 independent variables.
  96. ENDBOX;
  97.  
  98. BOX
  99. The maximum width of a table is 255 characters.  If the
  100. total width of a given table is larger that this limit,
  101. numerous tables will be printed successively.
  102. ENDBOX;
  103.  
  104. ECHO
  105. Page 7
  106.  
  107. BANNER: Q3 - Why did you come here?
  108.  
  109. ┌─────────────────────┬─────────┬───────────────────┬───────────────────────────
  110. │                     │  Total  │ Sex of respondent │
  111. │                     ├─────────┼───────────────────┼───────────────────────────
  112. │                     │         │                   │    less   $10,000   $15,00
  113. │                Freq │         │                   │    than        to        t
  114. │             Col Pct │         │    MALE    FEMALE │ $10,000   $14,999   $19,99
  115. ├─────────────────────┼─────────┼───────────────────┼───────────────────────────
  116. │ View exhibits       │      42 │      33         9 │       2         2        1
  117. │                     │   43.8% │   63.5%     20.5% │   22.2%     12.5%     50.0
  118. │ Purchase gifts      │      18 │       9         9 │       5         .
  119. │                     │   18.8% │   17.3%     20.5% │   55.6%               25.0
  120. │ Enjoy activities    │      19 │      10         9 │       1         7
  121. │                     │   19.8% │   19.2%     20.5% │   11.1%     43.8%
  122. │ Support Association │       9 │       .         9 │       1         3
  123. │                     │    9.4% │             20.5% │   11.1%     18.8%      5.0
  124. │ Get new ideas       │       8 │       .         8 │       .         4
  125. │                     │    8.3% │             18.2% │             25.0%     20.0
  126. ├─────────────────────┼─────────┼───────────────────┼───────────────────────────
  127. │ Total               │      96 │      52        44 │       9        16        2
  128. │                     │  100.0% │  100.0%    100.0% │  100.0%    100.0%    100.0
  129. └─────────────────────┴─────────┴───────────────────┴───────────────────────────
  130. --------------------------------------------------------------------------------
  131. ENDECHO;
  132.  
  133. BOX ROW 5 COL 40
  134. A row and/or a column can also
  135. be added to this table to show
  136. the total frequencies and
  137. percentages of each value of
  138. the dependent (stub) or
  139. independent (banner) variables.
  140. ENDBOX;
  141.  
  142. BOX
  143. By default, the column totals are printed
  144. at the bottom of the table while the row
  145. totals are positionned to the left.  They
  146. may altenatively be placed at the top and
  147. to the right of this table.
  148. ENDBOX;
  149.  
  150.  
  151. ECHO
  152. Page 8
  153.  
  154. BANNER: Q3 - Why did you come here?
  155.  
  156. ┌─────────────────────┬─────────┬───────────────────┬───────────────────────────
  157. │                     │  Total  │ Sex of respondent │
  158. │                     ├─────────┼───────────────────┼───────────────────────────
  159. │                     │         │                   │    less   $10,000   $15,00
  160. │                Freq │         │                   │    than        to        t
  161. │             Col Pct │         │    MALE    FEMALE │ $10,000   $14,999   $19,99
  162. ├─────────────────────┼─────────┼───────────────────┼───────────────────────────
  163. │ View exhibits       │      42 │      33         9 │       2         2        1
  164. │                     │   43.8% │   63.5%     20.5% │   22.2%     12.5%     50.0
  165. │ Purchase gifts      │      18 │       9         9 │       5         .
  166. │                     │   18.8% │   17.3%     20.5% │   55.6%               25.0
  167. │ Enjoy activities    │      19 │      10         9 │       1         7
  168. │                     │   19.8% │   19.2%     20.5% │   11.1%     43.8%
  169. │ Support Association │       9 │       .         9 │       1         3
  170. │                     │    9.4% │             20.5% │   11.1%     18.8%      5.0
  171. │ Get new ideas       │       8 │       .         8 │       .         4
  172. │                     │    8.3% │             18.2% │             25.0%     20.0
  173. ├─────────────────────┼─────────┼───────────────────┼───────────────────────────
  174. │ Total               │      96 │      52        44 │       9        16        2
  175. │                     │  100.0% │  100.0%    100.0% │  100.0%    100.0%    100.0
  176. ├─────────────────────┼─────────┼───────────────────┼───────────────────────────
  177. │ Mean                │    2.20 │    1.56      2.95 │    2.11      3.44      2.2
  178. │ Median              │    2.00 │    1.00      3.00 │    2.00      3.00      1.5
  179. │ Variance            │    1.74 │    0.64      2.00 │    0.86      1.60      2.5
  180. │ Std Dev             │    1.32 │    0.80      1.41 │    0.93      1.26      1.6
  181. │ Std Err             │    0.13 │    0.11      0.21 │    0.31      0.32      0.3
  182. │ Valid N             │   96.00 │   52.00     44.00 │    9.00     16.00     20.0
  183. └─────────────────────┴─────────┴───────────────────┴───────────────────────────
  184. --------------------------------------------------------------------------------
  185. ENDECHO;
  186.  
  187.  
  188. BOX ROW 9
  189. The options panel also allow to display various
  190. statistics such as the mean, the median value,
  191. the variance, the standard deviation, the standard
  192. error of the mean, and the number of valid cases.
  193. ENDBOX;
  194.  
  195. ECHO
  196. Page 9
  197.  
  198. BANNER: Q3 - Why did you come here?
  199.  
  200. ┌─────────────────────┬─────────────────────────────┬───────────────────────────
  201. │                     │      Sex of respondent      │
  202. │                     ├─────────────────────────────┼───────────────────────────
  203. │                     │                             │    less   $10,000   $15,00
  204. │                Freq │                             │    than        to        t
  205. │             Col Pct │    MALE    FEMALE   Missing │ $10,000   $14,999   $19,99
  206. ├─────────────────────┼─────────────────────────────┼───────────────────────────
  207. │ View exhibits       │      33         9         1 │       2         2        1
  208. │                     │   62.3%     20.5%     33.3% │   20.0%     12.5%     50.0
  209. │ Purchase gifts      │       9         9         . │       5         .
  210. │                     │   17.0%     20.5%           │   50.0%               25.0
  211. │ Enjoy activities    │      10         9         . │       1         7
  212. │                     │   18.9%     20.5%           │   10.0%     43.8%
  213. │ Support Association │       .         9         . │       1         3
  214. │                     │             20.5%           │   10.0%     18.8%      5.0
  215. │ Get new ideas       │       .         8         1 │       .         4
  216. │                     │             18.2%     33.3% │             25.0%     20.0
  217. │ Missing             │       1         .         1 │       1         .
  218. │                     │    1.9%               33.3% │   10.0%
  219. ├─────────────────────┼─────────────────────────────┼───────────────────────────
  220. │ Total               │      53        44         3 │      10        16        2
  221. │                     │  100.0%    100.0%    100.0% │  100.0%    100.0%    100.0
  222. └─────────────────────┴─────────────────────────────┴───────────────────────────
  223. --------------------------------------------------------------------------------
  224. ENDECHO;
  225.  
  226. BOX
  227. It is also possible to include user-defined 
  228. and/or system missing values.
  229. ENDBOX;
  230.  
  231.  
  232. BOX
  233. BANNER v1.0 offers numerous options that allow you
  234. to control the final appearance of the tables.
  235. ENDBOX;
  236.  
  237. BOX
  238. In the table displayed on screen, the frequencies and
  239. the percentages are superimposed vertically.
  240. ENDBOX;
  241.  
  242. ECHO
  243. Page 10
  244.  
  245. BANNER: Q3 - Why did you come here?
  246.  
  247. ┌─────────────────────┬───────────────────────────────────────┬─────────────────
  248. │                     │           Sex of respondent           │
  249. │                     ├───────────────────────────────────────┼─────────────────
  250. │                     │        MALE               FEMALE      │ less than $10,00
  251. │                     ├───────────────────────────────────────┼─────────────────
  252. │                     │    Freq     Col %      Freq     Col % │    Freq     Col
  253. ├─────────────────────┼───────────────────────────────────────┼─────────────────
  254. │ View exhibits       │      33     63.5%         9     20.5% │       2     22.2
  255. │ Purchase gifts      │       9     17.3%         9     20.5% │       5     55.6
  256. │ Enjoy activities    │      10     19.2%         9     20.5% │       1     11.1
  257. │ Support Association │       .                   9     20.5% │       1     11.1
  258. │ Get new ideas       │       .                   8     18.2% │       .
  259. ├─────────────────────┼───────────────────────────────────────┼─────────────────
  260. │ Total               │      52    100.0%        44    100.0% │       9    100.0
  261. ├─────────────────────┼───────────────────────────────────────┼─────────────────
  262. │ Mean                │         1.56                2.95      │         2.11
  263. │ Std Dev             │         0.80                1.41      │         0.93
  264. └─────────────────────┴───────────────────────────────────────┴─────────────────
  265. --------------------------------------------------------------------------------
  266. ENDECHO;
  267.  
  268. BOX ROW 3
  269. Those statistics can also be
  270. aligned on a horizontal axis.
  271. ENDBOX;
  272.  
  273. BOX ROW 3
  274. Banner v1.0 offers options to control the
  275. line drawing and the spacing between values.
  276. ENDBOX;
  277.  
  278. BOX
  279. To illustrate this point, we will produce
  280. numerous versions of a given table.
  281. ENDBOX;
  282.  
  283. ECHO
  284.  
  285. Page 11
  286.  
  287. BANNER: Q3 - Why did you come here?
  288.  
  289. ────────────────────────────────────────────────────────────────────────────────
  290.                                   Sex of respondent
  291.                         ─────────────────────────────────────── ────────────────
  292.                                MALE               FEMALE        less than $10,00
  293. ────────────────────────────────────────────────────────────────────────────────
  294.                            Freq     Col %      Freq     Col %      Freq     Col
  295. ────────────────────────────────────────────────────────────────────────────────
  296.   View exhibits              33     63.5%         9     20.5%         2     22.2
  297.   Purchase gifts              9     17.3%         9     20.5%         5     55.6
  298.   Enjoy activities           10     19.2%         9     20.5%         1     11.1
  299.   Support Association         .                   9     20.5%         1     11.1
  300.   Get new ideas               .                   8     18.2%         .
  301. ────────────────────────────────────────────────────────────────────────────────
  302.   Total                      52    100.0%        44    100.0%         9    100.0
  303. ────────────────────────────────────────────────────────────────────────────────
  304. --------------------------------------------------------------------------------
  305. ENDECHO;
  306.  
  307. BOX ROW 3 COL 3
  308. In its elementary form, the table
  309. contains only horizontal lines.
  310. ENDBOX;
  311.  
  312. ECHO
  313.  
  314. Page 12
  315.  
  316. BANNER: Q3 - Why did you come here?
  317.  
  318. ┌─────────────────────┬───────────────────────────────────────┬─────────────────
  319. │                     │           Sex of respondent           │
  320. │                     ├───────────────────────────────────────┼─────────────────
  321. │                     │        MALE               FEMALE      │ less than $10,00
  322. │                     ├───────────────────────────────────────┼─────────────────
  323. │                     │    Freq     Col %      Freq     Col % │    Freq     Col
  324. ├─────────────────────┼───────────────────────────────────────┼─────────────────
  325. │ View exhibits       │      33     63.5%         9     20.5% │       2     22.2
  326. │ Purchase gifts      │       9     17.3%         9     20.5% │       5     55.6
  327. │ Enjoy activities    │      10     19.2%         9     20.5% │       1     11.1
  328. │ Support Association │       .                   9     20.5% │       1     11.1
  329. │ Get new ideas       │       .                   8     18.2% │       .
  330. ├─────────────────────┼───────────────────────────────────────┼─────────────────
  331. │ Total               │      52    100.0%        44    100.0% │       9    100.0
  332. └─────────────────────┴───────────────────────────────────────┴─────────────────
  333.  
  334. --------------------------------------------------------------------------------
  335. ENDECHO;
  336.  
  337. BOX ROW 3
  338. However, we can add to this table a frame with some
  339. vertical lines between independent variables.
  340. ENDBOX;
  341.  
  342. ECHO
  343.  
  344. Page 13
  345.  
  346. BANNER: Q3 - Why did you come here?
  347.  
  348. ┌─────────────────────┬───────────────────────────────────────┬─────────────────
  349. │                     │           Sex of respondent           │
  350. │                     ├───────────────────┬───────────────────┼─────────────────
  351. │                     │        MALE       │       FEMALE      │ less than $10,00
  352. │                     ├───────────────────┼───────────────────┼─────────────────
  353. │                     │    Freq     Col % │    Freq     Col % │    Freq     Col
  354. ├─────────────────────┼───────────────────┼───────────────────┼─────────────────
  355. │ View exhibits       │      33     63.5% │       9     20.5% │       2     22.2
  356. │ Purchase gifts      │       9     17.3% │       9     20.5% │       5     55.6
  357. │ Enjoy activities    │      10     19.2% │       9     20.5% │       1     11.1
  358. │ Support Association │       .           │       9     20.5% │       1     11.1
  359. │ Get new ideas       │       .           │       8     18.2% │       .
  360. ├─────────────────────┼───────────────────┼───────────────────┼─────────────────
  361. │ Total               │      52    100.0% │      44    100.0% │       9    100.0
  362. └─────────────────────┴───────────────────┴───────────────────┴─────────────────
  363.  
  364. --------------------------------------------------------------------------------
  365. ENDECHO;
  366.  
  367. BOX ROW 3
  368. We can also request the printing of additional
  369. vertical lines between the values of a variable.
  370. ENDBOX;
  371.  
  372. BOX
  373. To increase the demarcation between the values of
  374. the variable on the stub, we can add an empty line
  375. between each of those values, just like the next table.
  376. ENDBOX;
  377.  
  378. ECHO
  379. Page 14
  380.  
  381. BANNER: Q3 - Why did you come here?
  382.  
  383. ┌─────────────────────┬───────────────────────────────────────┬─────────────────
  384. │                     │           Sex of respondent           │
  385. │                     ├───────────────────┬───────────────────┼─────────────────
  386. │                     │        MALE       │       FEMALE      │ less than $10,00
  387. │                     ├───────────────────┼───────────────────┼─────────────────
  388. │                     │    Freq     Col % │    Freq     Col % │    Freq     Col
  389. ├─────────────────────┼───────────────────┼───────────────────┼─────────────────
  390. │ View exhibits       │      33     63.5% │       9     20.5% │       2     22.2
  391. │                     │                   │                   │
  392. │ Purchase gifts      │       9     17.3% │       9     20.5% │       5     55.6
  393. │                     │                   │                   │
  394. │ Enjoy activities    │      10     19.2% │       9     20.5% │       1     11.1
  395. │                     │                   │                   │
  396. │ Support Association │       .           │       9     20.5% │       1     11.1
  397. │                     │                   │                   │
  398. │ Get new ideas       │       .           │       8     18.2% │       .
  399. ├─────────────────────┼───────────────────┼───────────────────┼─────────────────
  400. │ Total               │      52    100.0% │      44    100.0% │       9    100.0
  401. └─────────────────────┴───────────────────┴───────────────────┴─────────────────
  402. --------------------------------------------------------------------------------
  403. ENDECHO;
  404.  
  405. BOX ROW 3
  406. Or even draw a line between each of those values.
  407. ENDBOX;
  408.  
  409. ECHO
  410. Page 15
  411.  
  412. BANNER: Q3 - Why did you come here?
  413.  
  414. ┌─────────────────────┬───────────────────┬─────────────────────────────────────
  415. │                     │ Sex of respondent │                           Household
  416. │                     ├───────────────────┼─────────────────────────────────────
  417. │                     │                   │    less   $10,000   $15,000   $20,00
  418. │                Freq │                   │    than        to        to        t
  419. │             Col Pct │    MALE    FEMALE │ $10,000   $14,999   $19,999   $24,99
  420. ├─────────────────────┼───────────────────┼─────────────────────────────────────
  421. │ View exhibits       │      33         9 │       2         2        10        1
  422. │                     │   63.5%     20.5% │   22.2%     12.5%     50.0%     58.3
  423. ├─────────────────────┼───────────────────┼─────────────────────────────────────
  424. │ Purchase gifts      │       9         9 │       5         .         5
  425. │                     │   17.3%     20.5% │   55.6%               25.0%      8.3
  426. ├─────────────────────┼───────────────────┼─────────────────────────────────────
  427. │ Enjoy activities    │      10         9 │       1         7         .
  428. │                     │   19.2%     20.5% │   11.1%     43.8%               29.2
  429. ├─────────────────────┼───────────────────┼─────────────────────────────────────
  430. │ Support Association │       .         9 │       1         3         1
  431. │                     │             20.5% │   11.1%     18.8%      5.0%      4.2
  432. ├─────────────────────┼───────────────────┼─────────────────────────────────────
  433. │ Get new ideas       │       .         8 │       .         4         4
  434. │                     │             18.2% │             25.0%     20.0%
  435. └─────────────────────┴───────────────────┴─────────────────────────────────────
  436. --------------------------------------------------------------------------------
  437. ENDECHO;
  438.  
  439. BOX
  440. BANNER v1.0 allows you to control the
  441. width of the banners and the stub.
  442. ENDBOX;
  443.  
  444. ECHO
  445. Page 16
  446.  
  447. BANNER: Q3 - Why did you come here?
  448.  
  449. ┌─────────────┬───────────────────────────┐
  450. │             │     Sex of respondent     │
  451. │             ├─────────────┬─────────────┤
  452. │             │     MALE    │    FEMALE   │
  453. │             ├─────────────┼─────────────┤
  454. │             │ Freq  Col % │ Freq  Col % │
  455. ├─────────────┼─────────────┼─────────────┤
  456. │ View exhibi │   33  63.5% │    9  20.5% │
  457. │             │             │             │
  458. │ Purchase gi │    9  17.3% │    9  20.5% │
  459. │             │             │             │
  460. │ Enjoy activ │   10  19.2% │    9  20.5% │
  461. │             │             │             │
  462. │ Support Ass │    .        │    9  20.5% │
  463. │             │             │             │
  464. │ Get new ide │    .        │    8  18.2% │
  465. └─────────────┴─────────────┴─────────────┘
  466. --------------------------------------------------------------------------------
  467. ENDECHO;
  468.  
  469. BOX
  470. Either to produce a condense table,
  471. ENDBOX;
  472.  
  473.  
  474. ECHO
  475. Page 17
  476.  
  477. BANNER: Q3 - Why did you come here?
  478.  
  479. ┌────────────────────────────┬───────────────────────────────────────────────┐
  480. │                            │               Sex of respondent               │
  481. │                            ├───────────────────────┬───────────────────────┤
  482. │                            │          MALE         │         FEMALE        │
  483. │                            ├───────────────────────┼───────────────────────┤
  484. │                            │      Freq       Col % │      Freq       Col % │
  485. ├────────────────────────────┼───────────────────────┼───────────────────────┤
  486. │ View exhibits              │        33       63.5% │         9       20.5% │
  487. │                            │                       │                       │
  488. │ Purchase gifts             │         9       17.3% │         9       20.5% │
  489. │                            │                       │                       │
  490. │ Enjoy activities           │        10       19.2% │         9       20.5% │
  491. │                            │                       │                       │
  492. │ Support Association        │         .             │         9       20.5% │
  493. │                            │                       │                       │
  494. │ Get new ideas              │         .             │         8       18.2% │
  495. └────────────────────────────┴───────────────────────┴───────────────────────┘
  496. --------------------------------------------------------------------------------
  497. ENDECHO;
  498.  
  499. BOX
  500. Or a larger one.
  501. ENDBOX;
  502.  
  503. BOX
  504. You can also suppress the
  505. printing of percent symbols.
  506. ENDBOX;
  507.  
  508. ECHO
  509. Page 18
  510.  
  511. BANNER: Q3 - Why did you come here?
  512.  
  513. ┌───────────────────────┬───────────────────────────────────┐
  514. │                       │         Sex of respondent         │   
  515. │                       ├─────────────────┬─────────────────┤
  516. │                       │       MALE      │      FEMALE     │   
  517. │                       ├─────────────────┼─────────────────┤
  518. │                       │   Freq    Col % │   Freq    Col % │ 
  519. ├───────────────────────┼─────────────────┼─────────────────┤
  520. │ View exhibits         │     33     63.5 │      9     20.5 │ 
  521. │                       │                 │                 │   
  522. │ Purchase gifts        │      9     17.3 │      9     20.5 │ 
  523. │                       │                 │                 │   
  524. │ Enjoy activities      │     10     19.2 │      9     20.5 │ 
  525. │                       │                 │                 │   
  526. │ Support Association   │      .          │      9     20.5 │ 
  527. │                       │                 │                 │   
  528. │ Get new ideas         │      .          │      8     18.2 │ 
  529. ├───────────────────────┼─────────────────┼─────────────────┤
  530. │ Total                 │     52    100.0 │     44    100.0 │ 
  531. └───────────────────────┴─────────────────┴─────────────────┘
  532. --------------------------------------------------------------------------------
  533. ENDECHO;
  534.  
  535. BOX
  536. BANNER v1.0 can even be
  537. used to analyze questions
  538. with multiple responses.
  539. ENDBOX;
  540.  
  541.  
  542. ECHO
  543. Page 19
  544.  
  545. BANNER: Q2_1 - How did heard about us?
  546.  
  547. ┌───────────────────────┬───────────────────────────────────┐
  548. │                       │         Sex of respondent         │   
  549. │                       ├─────────────────┬─────────────────┤
  550. │                       │       MALE      │      FEMALE     │   
  551. │                       ├─────────────────┼─────────────────┤
  552. │                       │   Freq    Col % │   Freq    Col % │ 
  553. ├───────────────────────┼─────────────────┼─────────────────┤
  554. │ Television            │     26     49.1 │      9     20.5 │ 
  555. │ Radio                 │      8     15.1 │      8     18.2 │ 
  556. │ Newspapers            │      9     17.0 │      .          │ 
  557. │ Magazine              │     18     34.0 │      .          │ 
  558. │ Mailing               │      .          │      9     20.5 │ 
  559. │ Yellow pages          │      .          │     18     40.9 │ 
  560. │ A client              │      9     17.0 │      .          │ 
  561. │ Friends/relatives     │     26     49.1 │      .          │ 
  562. │ Other                 │      9     17.0 │      9     20.5 │ 
  563. ├───────────────────────┼─────────────────┼─────────────────┤
  564. │ Total                 │     53    100.0 │     44    100.0 │ 
  565. └───────────────────────┴─────────────────┴─────────────────┘
  566. NOTE: Percentage based on the number of respondents
  567. --------------------------------------------------------------------------------
  568. ENDECHO;
  569.  
  570. BOX
  571. By default, the percentages are based
  572. on the number of respondents.
  573. ENDBOX;
  574.  
  575. ECHO
  576. Page 20
  577.  
  578. BANNER: Q2_1 - How did heard about us?
  579.  
  580. ┌───────────────────────┬───────────────────────────────────┐
  581. │                       │         Sex of respondent         │   
  582. │                       ├─────────────────┬─────────────────┤
  583. │                       │       MALE      │      FEMALE     │   
  584. │                       ├─────────────────┼─────────────────┤
  585. │                       │   Freq    Col % │   Freq    Col % │ 
  586. ├───────────────────────┼─────────────────┼─────────────────┤
  587. │ Television            │     26     24.8 │      9     17.0 │ 
  588. │ Radio                 │      8      7.6 │      8     15.1 │ 
  589. │ Newspapers            │      9      8.6 │      .          │ 
  590. │ Magazine              │     18     17.1 │      .          │ 
  591. │ Mailing               │      .          │      9     17.0 │ 
  592. │ Yellow pages          │      .          │     18     34.0 │ 
  593. │ A client              │      9      8.6 │      .          │ 
  594. │ Friends/relatives     │     26     24.8 │      .          │ 
  595. │ Other                 │      9      8.6 │      9     17.0 │ 
  596. ├───────────────────────┼─────────────────┼─────────────────┤
  597. │ Total                 │    105    100.0 │     53    100.0 │ 
  598. └───────────────────────┴─────────────────┴─────────────────┘
  599. NOTE: Percentage based on the number of responses
  600. --------------------------------------------------------------------------------
  601. ENDECHO;
  602.  
  603. BOX
  604. It is however possible to obtain those percentages
  605. on the total number of valid responses.
  606. ENDBOX;
  607.  
  608. CLS;
  609.  
  610. BOX
  611. Banner v1.0 is fully integrated with SIMSTAT.  The program
  612. is accessible from the Addins menu and supports current case
  613. selection and weighting.  Banner v1.0 is also easy to use
  614. with two option panels and a context sensitive help.
  615. ENDBOX;
  616.  
  617. BOX
  618. Banners and tables production can be automated with SIMSTAT's
  619. command language.  For example, the following command:
  620.  
  621.   BANNER Q3 BY SEX REVENU
  622.     /FREQ COL CTOT MEAN VARIANCE WCOL=10;
  623.  
  624. produces a single table with the Q3 variable on the vertical axis
  625. (stub) and both SEX and REVENU on the horizontal axis (banner).
  626. Each cells in the table includes the frequency counts and the
  627. column percentages.  Two additional rows of cells are also printed
  628. to display the column totals and the mean and variance computed on
  629. each column.  The width of the column are set to 10 characters.
  630. ENDBOX;
  631.  
  632. BOX
  633. The RECORD SCRIPT function can also be used
  634. to easily generate the proper commands
  635. corresponding to actions undertaken with
  636. the interactive user's interface.
  637. ENDBOX;
  638.  
  639. BOX
  640. Banner v1.0 is available to registered users
  641. of SIMSTAT for $15.00 only (plus $3 for
  642. shipping and handling if ordered separately).
  643.  
  644.   (see ORDER.FRM for ordering information)
  645. ENDBOX;
  646.  
  647. :FINISH;
  648.